Edit Task: DurationMaxGapUnlimited
Format
SCHED / EditTask '<TaskName>' DurationMaxGapUnlimited <DurationMaxGapUnlimited>
Description
The DurationMaxGapUnlimited attribute under EditTask defines whether or not there is a maximum allowable gap between adjacent assignments for this task. This value is only applicable if DurationIsOverlapRequired is set to FALSE (allow gaps).
Parameters
| Parameter | Description |
|---|---|
| DurationMaxGapUnlimited | A boolean that defines if the task has a maximum gap duration constraint between the task's assignments. Setting this value to True will allow for any sized gap between task assignments. Used when DurationIsOverlapRequired = false. |
Examples
Sets the max gap duration to unlimited
SCHED / EditTask 'TaskA' DurationMaxGapUnlimited True
